home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GRAPHICS / MAKEJPEG.ZIP / Tables / Scan02 < prev    next >
Text File  |  1995-10-06  |  344b  |  10 lines

  1. # Interleaved DC scan for Y,Cb,Cr:
  2. 0,1,2: 0-0,   0, 0 ;
  3. # AC scans:
  4. 0:     1-2,   0, 0 ;    # First two Y AC coefficients
  5. 0:     3-5,   0, 0 ;    # Three more
  6. 1:     1-63,  0, 0 ;    # All AC coefficients for Cb
  7. 2:     1-63,  0, 0 ;    # All AC coefficients for Cr
  8. 0:     6-9,   0, 0 ;    # More Y coefficients
  9. 0:     10-63, 0, 0 ;    # Remaining Y coefficients
  10.